]> Dogcows Code - chaz/yoink/blobdiff - src/Typesetter.hh
the massive refactoring effort
[chaz/yoink] / src / Typesetter.hh
index cbb54eb2620cc70b8685f1432113700fc9933cf2..19e6dbfa7aedec91962eb9808b5346a6611148cf 100644 (file)
@@ -14,7 +14,7 @@
 
 #include <string>
 
-#include <Moof/Math.hh>
+#include <moof/math.hh>
 
 
 class Typesetter
@@ -23,15 +23,15 @@ public:
 
        Typesetter();
 
-       void setLineSpacing(Mf::Scalar spacing);
+       void setLineSpacing(moof::scalar spacing);
 
        void print(const std::string& format, ...);
 
 private:
 
-       Mf::Scalar mLeftBound;
-       Mf::Scalar mTopBound;
-       Mf::Scalar mLineSpacing;
+       moof::scalar mLeftBound;
+       moof::scalar mTopBound;
+       moof::scalar mLineSpacing;
 };
 
 
This page took 0.016373 seconds and 4 git commands to generate.