diff options
Diffstat (limited to 'src/LashDriver.hpp')
-rw-r--r-- | src/LashDriver.hpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/LashDriver.hpp b/src/LashDriver.hpp index 7ece98f..ffe656c 100644 --- a/src/LashDriver.hpp +++ b/src/LashDriver.hpp @@ -15,8 +15,8 @@ * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ -#ifndef LASHDRIVER_H -#define LASHDRIVER_H +#ifndef PATCHAGE_LASHDRIVER_HPP +#define PATCHAGE_LASHDRIVER_HPP #include <lash/lash.h> #include <raul/LashServerInterface.hpp> @@ -79,4 +79,4 @@ private: }; -#endif // LASHDRIVER_H +#endif // PATCHAGE_LASHDRIVER_HPP |