diff options
Diffstat (limited to 'src/progs/ingenuity/App.h')
-rw-r--r-- | src/progs/ingenuity/App.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/progs/ingenuity/App.h b/src/progs/ingenuity/App.h index 4d7e8e79..e21432dd 100644 --- a/src/progs/ingenuity/App.h +++ b/src/progs/ingenuity/App.h @@ -14,8 +14,8 @@ * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ -#ifndef OMGTKAPP_H -#define OMGTKAPP_H +#ifndef APP_H +#define APP_H #include <cassert> #include <string> @@ -122,5 +122,5 @@ protected: } // namespace Ingenuity -#endif // OMGTKAPP_H +#endif // APP_H |