diff options
Diffstat (limited to 'src/shared/runtime_paths.hpp')
-rw-r--r-- | src/shared/runtime_paths.hpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/shared/runtime_paths.hpp b/src/shared/runtime_paths.hpp index e7ee6b6e..c832f087 100644 --- a/src/shared/runtime_paths.hpp +++ b/src/shared/runtime_paths.hpp @@ -15,8 +15,8 @@ * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ -#ifndef INGEN_DATA_FILE_HPP -#define INGEN_DATA_FILE_HPP +#ifndef INGEN_RUNTIME_PATHS_HPP +#define INGEN_RUNTIME_PATHS_HPP #ifndef _GNU_SOURCE #define _GNU_SOURCE @@ -35,4 +35,4 @@ std::string module_path(const std::string& name); } // namespace Ingen } // namespace Shared -#endif // INGEN_DATA_FILE_HPP +#endif // INGEN_RUNTIME_PATHS_HPP |