Kaydet (Commit) 90d4f29d authored tarafından Michael Stahl's avatar Michael Stahl

"a function call cannot appear in a constant-expression"

Change-Id: Ic1aecfb1071033d8e134649506f72c17833a206a
üst 8e72fd88
...@@ -98,7 +98,7 @@ class SwXCell : public SwXCellBaseClass, ...@@ -98,7 +98,7 @@ class SwXCell : public SwXCellBaseClass,
// table position where pBox was found last // table position where pBox was found last
size_t nFndPos; size_t nFndPos;
static size_t const NOTFOUND = ::std::numeric_limits<size_t>::max(); static size_t const NOTFOUND = SIZE_MAX;
protected: protected:
virtual const SwStartNode *GetStartNode() const; virtual const SwStartNode *GetStartNode() const;
......
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