diff options
Diffstat (limited to 'src/resources/db/sounddb.h')
-rw-r--r-- | src/resources/db/sounddb.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/resources/db/sounddb.h b/src/resources/db/sounddb.h index 356cd4e13..29a165cd7 100644 --- a/src/resources/db/sounddb.h +++ b/src/resources/db/sounddb.h @@ -18,8 +18,8 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#ifndef RESOURCES_SOUNDDB_H -#define RESOURCES_SOUNDDB_H +#ifndef RESOURCES_DB_SOUNDDB_H +#define RESOURCES_DB_SOUNDDB_H #include <string> @@ -34,4 +34,4 @@ namespace SoundDB std::string &getSound(const int id); } -#endif // RESOURCES_SOUNDDB_H +#endif // RESOURCES_DB_SOUNDDB_H |