diff options
Diffstat (limited to 'src/client/ConnectionModel.hpp')
-rw-r--r-- | src/client/ConnectionModel.hpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/client/ConnectionModel.hpp b/src/client/ConnectionModel.hpp index 9e066c65..07618ee9 100644 --- a/src/client/ConnectionModel.hpp +++ b/src/client/ConnectionModel.hpp @@ -15,8 +15,8 @@ * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ -#ifndef CONNECTIONMODEL_H -#define CONNECTIONMODEL_H +#ifndef INGEN_CLIENT_CONNECTIONMODEL_HPP +#define INGEN_CLIENT_CONNECTIONMODEL_HPP #include <cassert> #include <string> @@ -73,4 +73,4 @@ private: } // namespace Client } // namespace Ingen -#endif // CONNECTIONMODEL_H +#endif // INGEN_CLIENT_CONNECTIONMODEL_HPP |