X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2FMoof%2FSound.hh;h=4f655822100b5bdbb394c5ab101909127061b2b6;hb=c082286454bb1e5a7e887a53268b084b923904f3;hp=32f4c87097fed36cf82c651c0a32dad75ad2082d;hpb=57b78ebe21b1b48acd337daa5a1cb8c383959cfa;p=chaz%2Fyoink 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)); }