Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'geometry/spline.hpp')
-rw-r--r--geometry/spline.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/geometry/spline.hpp b/geometry/spline.hpp
index 98d5cce5a1..1848fe3408 100644
--- a/geometry/spline.hpp
+++ b/geometry/spline.hpp
@@ -22,6 +22,8 @@ public:
void Step(float speed);
bool BeginAgain() const;
+ private:
+ friend class Spline;
float GetDistance() const;
int GetIndex() const;