Commit 82295c10 authored by Davis King's avatar Davis King

Added missing function

parent 5c2b1f98
...@@ -1347,6 +1347,11 @@ namespace dlib ...@@ -1347,6 +1347,11 @@ namespace dlib
{ {
data._private_mark_non_persistent(); data._private_mark_non_persistent();
} }
bool _private_is_persistent()
{
return data._private_is_persistent();
}
#endif #endif
void set_size ( void set_size (
......
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