]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/ogl/src/constrnt.h
Added SetFont to most controls and controls sample
[wxWidgets.git] / utils / ogl / src / constrnt.h
index 7fb402090987925a8976b280dd78aa20507984a6..ef35bd03c3735b09ac134f0bc65773f4a18f7c55 100644 (file)
@@ -67,11 +67,11 @@ class OGLConstraint: public wxObject
 
   // Returns TRUE if anything changed
   bool Evaluate();
-  inline void SetSpacing(float x, float y) { m_xSpacing = x; m_ySpacing = y; };
-  bool Equals(float a, float b);
+  inline void SetSpacing(double x, double y) { m_xSpacing = x; m_ySpacing = y; };
+  bool Equals(double a, double b);
 
-  float         m_xSpacing;
-  float         m_ySpacing;
+  double         m_xSpacing;
+  double         m_ySpacing;
   int           m_constraintType;
   wxString      m_constraintName;
   long          m_constraintId;