summaryrefslogtreecommitdiffstats
path: root/src/client/ClientStore.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2010-02-01 19:06:23 +0000
committerDavid Robillard <d@drobilla.net>2010-02-01 19:06:23 +0000
commitfeb7439d70871aa9663e7c4218671a3c26717fbb (patch)
tree50257d9478959e1c4101ac1914942da12a0fefb9 /src/client/ClientStore.hpp
parent0fdb802920e1fce6ed64d9fe7d54f39ee0adbc90 (diff)
downloadingen-feb7439d70871aa9663e7c4218671a3c26717fbb.tar.gz
ingen-feb7439d70871aa9663e7c4218671a3c26717fbb.tar.bz2
ingen-feb7439d70871aa9663e7c4218671a3c26717fbb.zip
Use consistent and more globally unique inclusion guards.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@2398 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/client/ClientStore.hpp')
-rw-r--r--src/client/ClientStore.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/client/ClientStore.hpp b/src/client/ClientStore.hpp
index 63b03dae..1421ca13 100644
--- a/src/client/ClientStore.hpp
+++ b/src/client/ClientStore.hpp
@@ -15,8 +15,8 @@
* 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
-#ifndef CLIENT_STORE_HPP
-#define CLIENT_STORE_HPP
+#ifndef INGEN_CLIENT_CLIENTSTORE_HPP
+#define INGEN_CLIENT_CLIENTSTORE_HPP
#include <cassert>
#include <string>
@@ -110,4 +110,4 @@ private:
} // namespace Client
} // namespace Ingen
-#endif // CLIENT_STORE_HPP
+#endif // INGEN_CLIENT_CLIENTSTORE_HPP