Ignore:
Timestamp:
Mar 20, 2011, 8:31:20 PM (13 years ago)
Author:
Torben Dannhauer
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • experimental/TerrainTest/ModificationManager/ModificationManager.h

    r277 r279  
    1616*/
    1717
    18 #include "region.h"
     18#include <region.h>
    1919#include "myTileLoadedCallback.h"
    2020#include "terrainModificationTechnique.h"
     
    2323#include <osg/observer_ptr>
    2424#include <vector>
     25
     26#include "Export.h"
    2527
    2628
     
    4244 * @date  Mrz 2011
    4345 */
    44 class ModificationManager
     46class TERRAINMODMANAGER_EXPORT ModificationManager
    4547{
    4648public:
     
    103105
    104106        //! Copy-Constructor: Private to avoid that someone can create an class instance by copying the singleton instance.
    105         ModificationManager(const ModificationManager& cc) {};
     107        ModificationManager(const ModificationManager& cc) {cc;};
    106108
    107109        //! Vector of all managed terrain pointers.
Note: See TracChangeset for help on using the changeset viewer.