icon-o-matic: fix include guard.
This commit is contained in:
@@ -5,8 +5,8 @@
|
|||||||
* Authors:
|
* Authors:
|
||||||
* Stephan Aßmus <[email protected]>
|
* Stephan Aßmus <[email protected]>
|
||||||
*/
|
*/
|
||||||
#ifndef MOVE_SHAPES_COMMAND_H
|
#ifndef MOVE_PATHS_COMMAND_H
|
||||||
#define MOVE_SHAPES_COMMAND_H
|
#define MOVE_PATHS_COMMAND_H
|
||||||
|
|
||||||
|
|
||||||
#include "Command.h"
|
#include "Command.h"
|
||||||
@@ -47,4 +47,4 @@ class MovePathsCommand : public Command {
|
|||||||
int32 fCount;
|
int32 fCount;
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // MOVE_SHAPES_COMMAND_H
|
#endif // MOVE_PATHS_COMMAND_H
|
||||||
|
|||||||
Reference in New Issue
Block a user