diff options
Diffstat (limited to 'src/client/ClientStore.hpp')
-rw-r--r-- | src/client/ClientStore.hpp | 6 |
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 |