summaryrefslogtreecommitdiffstats
path: root/src/libs/client/ClientStore.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/client/ClientStore.hpp')
-rw-r--r--src/libs/client/ClientStore.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/libs/client/ClientStore.hpp b/src/libs/client/ClientStore.hpp
index 954dcc04..f08fcd9b 100644
--- a/src/libs/client/ClientStore.hpp
+++ b/src/libs/client/ClientStore.hpp
@@ -15,8 +15,8 @@
* 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
-#ifndef STORE_H
-#define STORE_H
+#ifndef CLIENT_STORE_HPP
+#define CLIENT_STORE_HPP
#include <cassert>
#include <string>
@@ -148,4 +148,4 @@ private:
} // namespace Client
} // namespace Ingen
-#endif // STORE_H
+#endif // CLIENT_STORE_HPP