]> git.sesse.net Git - vlc/blobdiff - modules/gui/skins2/utils/bezier.hpp
Skins2: Move method bodies with inline tags to before where they're needed. Drop...
[vlc] / modules / gui / skins2 / utils / bezier.hpp
index b747477ea1565f2ada49a3587826f15e53fa97d6..6c3a9b422ce3cf896983fbfb13174b4df1a6f4dd 100644 (file)
@@ -98,7 +98,7 @@ private:
     /// Helper function to compute a coefficient of the curve
     inline float computeCoeff( int i, int n, float t ) const;
     /// x^n
-    inline float power( float x, int n ) const;
+    static inline float power( float x, int n );
 };