Kaydet (Commit) ba09cda3 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Remove "#if 1 /* EXP */"

...whatever it was supposed to be good for

Change-Id: I8f2a526aeaa484675e1bd6763fa692f8cbed2a51
üst 2950528c
...@@ -613,10 +613,8 @@ public: ...@@ -613,10 +613,8 @@ public:
return (m_xPage.get() != 0); return (m_xPage.get() != 0);
} }
#if 1 /* EXP */
PageHolder & get() { return m_xPage; } PageHolder & get() { return m_xPage; }
PageHolder const & get() const { return m_xPage; } PageHolder const & get() const { return m_xPage; }
#endif /* EXP */
T * operator->() T * operator->()
{ {
......
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