summaryrefslogtreecommitdiff
path: root/src/sqlitestorage.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sqlitestorage.h')
-rw-r--r--src/sqlitestorage.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/sqlitestorage.h b/src/sqlitestorage.h
index 7f11e0f6..81c53f8c 100644
--- a/src/sqlitestorage.h
+++ b/src/sqlitestorage.h
@@ -21,8 +21,8 @@
* $Id$
*/
-#ifndef TMWSERV_SQLITESTORAGE_H
-#define TMWSERV_SQLITESTORAGE_H
+#ifndef _TMWSERV_SQLITESTORAGE_H_
+#define _TMWSERV_SQLITESTORAGE_H_
#include "sqlite/SQLiteWrapper.h"
#include "storage.h"
@@ -69,4 +69,4 @@ class SQLiteStorage : public Storage
void createTablesIfNecessary();
};
-#endif /* TMWSERV_SQLITESTORAGE_H */
+#endif // _TMWSERV_SQLITESTORAGE_H_