diff options
Diffstat (limited to 'src/resources/soundinfo.h')
-rw-r--r-- | src/resources/soundinfo.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/resources/soundinfo.h b/src/resources/soundinfo.h index f60892e1c..30fe8675d 100644 --- a/src/resources/soundinfo.h +++ b/src/resources/soundinfo.h @@ -18,8 +18,8 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#ifndef SOUNDINFO_H -#define SOUNDINFO_H +#ifndef RESOURCES_SOUNDINFO_H +#define RESOURCES_SOUNDINFO_H #include <string> #include <vector> @@ -40,4 +40,4 @@ struct SoundInfo final typedef std::vector<SoundInfo> SoundInfoVect; -#endif +#endif // RESOURCES_SOUNDINFO_H |