]> Dogcows Code - chaz/yoink/blobdiff - src/Moof/Mippleton.hh
more featureful sound class
[chaz/yoink] / src / Moof / Mippleton.hh
index e9b97328d351ae9de7e08527a49984f90030231b..cde68d2b4b99eeb7024c5f1f77eae469bfec198b 100644 (file)
@@ -51,8 +51,8 @@ namespace Mf {
 template <class T>
 class Mippleton
 {
-       typedef std::pair<unsigned,T*>                                                          PtrValue;
-       typedef stlplus::hash<std::string,PtrValue,getHash>     PtrMap;
+       typedef std::pair<unsigned,T*>                                                  PtrValue;
+       typedef stlplus::hash<std::string,PtrValue,getHash>             PtrMap;
 
        static PtrMap   ptrs_;
        std::string             name_;
This page took 0.020782 seconds and 4 git commands to generate.