Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Aug 19, 2009, 12:27:59 PM (15 years ago)
Author:
rgrieder
Message:

Fixed build and a few issues and removed a warning.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/resource2/src/orxonox/tools/ResourceCollection.cc

    r5652 r5662  
    3131#include "util/Exception.h"
    3232#include "core/CoreIncludes.h"
     33#include "core/Resource.h"
    3334#include "core/XMLPort.h"
    3435#include "ResourceLocation.h"
     
    4445
    4546        // Default group is "General"
    46         this->setResourceGroup(Ogre::ResourceGroupManager::DEFAULT_RESOURCE_GROUP_NAME);
     47        this->setResourceGroup(Resource::DEFAULT_GROUP);
    4748    }
    4849
Note: See TracChangeset for help on using the changeset viewer.