Kaydet (Commit) c6cca3a4 authored tarafından Fridrich Štrba's avatar Fridrich Štrba

Revert "Adding back the inline keyword, since it is not killing anybody"

This reverts commit dc780335fee65b01241c0c41789b78726752348d.
üst 8d8acaed
...@@ -56,7 +56,7 @@ class EDITENG_DLLPUBLIC TextRanger ...@@ -56,7 +56,7 @@ class EDITENG_DLLPUBLIC TextRanger
{ {
Range range; //!< Range for which we calculated results. Range range; //!< Range for which we calculated results.
std::deque<long> results; //!< Calculated results for the range. std::deque<long> results; //!< Calculated results for the range.
inline RangeCache(const Range& rng) : range(rng) {}; RangeCache(const Range& rng) : range(rng) {};
}; };
std::deque<RangeCache> mRangeCache; //!< Cached range calculations. std::deque<RangeCache> mRangeCache; //!< Cached range calculations.
PolyPolygon *mpPolyPolygon; // Surface polygon PolyPolygon *mpPolyPolygon; // Surface polygon
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment