X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fyoink;a=blobdiff_plain;f=src%2FMoof%2FSound.hh;h=4f655822100b5bdbb394c5ab101909127061b2b6;hp=32f4c87097fed36cf82c651c0a32dad75ad2082d;hb=25aefe01ef7dbdb603c51411e04b0d6a6107684f;hpb=57b78ebe21b1b48acd337daa5a1cb8c383959cfa diff --git a/src/Moof/Sound.hh b/src/Moof/Sound.hh index 32f4c87..4f65582 100644 --- a/src/Moof/Sound.hh +++ b/src/Moof/Sound.hh @@ -55,7 +55,7 @@ class Sound : public Resource public: - inline static SoundP alloc(const std::string& name) + static SoundP alloc(const std::string& name) { return SoundP(new Sound(name)); }