diff options
Diffstat (limited to 'src/OGL_helper.h')
-rw-r--r-- | src/OGL_helper.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/OGL_helper.h b/src/OGL_helper.h index 74f92bf..24611e7 100644 --- a/src/OGL_helper.h +++ b/src/OGL_helper.h @@ -544,6 +544,7 @@ namespace OGL { if (switches[SNC_AXES]) glCallList(object_list_+3); // axis } + void debug(std::ostream& os = std::cerr) const { os << "OGL::Polyhedron" << std::endl; |