Putting typedefs where they belong.

This commit is contained in:
Dennis Luxen
2011-03-28 08:59:15 +00:00
parent 4fef3195b9
commit b5c92f20b4
3 changed files with 3 additions and 3 deletions
+3
View File
@@ -628,4 +628,7 @@ private:
};
}
typedef NNGrid::NNGrid<false> ReadOnlyGrid;
typedef NNGrid::NNGrid<true > WritableGrid;
#endif /* NNGRID_H_ */
-2
View File
@@ -29,8 +29,6 @@ or see http://www.gnu.org/licenses/agpl.txt.
#include "NNGrid.h"
#include "PhantomNodes.h"
typedef NNGrid::NNGrid<false> ReadOnlyGrid;
class NodeInformationHelpDesk{
public:
NodeInformationHelpDesk(const char* ramIndexInput, const char* fileIndexInput) {