diff options
author | David Robillard <d@drobilla.net> | 2008-09-28 04:55:46 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2008-09-28 04:55:46 +0000 |
commit | 46459ab2f46fdb826102562c266b0bc2921a3737 (patch) | |
tree | 892a8974c7a42316fc29e07c039360dbebbdce91 /src/libs/client/ClientStore.hpp | |
parent | d83003cd073380fe0a28cd1b3ce40dc7ab072fe0 (diff) | |
download | ingen-46459ab2f46fdb826102562c266b0bc2921a3737.tar.gz ingen-46459ab2f46fdb826102562c266b0bc2921a3737.tar.bz2 ingen-46459ab2f46fdb826102562c266b0bc2921a3737.zip |
Remove header namespace pollution (particularly from libs/gui/App.hpp).
Fix more LV2 plugin RDF race/lock issues with -eg.
Show human readable names on new ports when human readable is set (fix ticket #202).
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@1523 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/libs/client/ClientStore.hpp')
-rw-r--r-- | src/libs/client/ClientStore.hpp | 6 |
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 |