]> git.treefish.org Git - phys/latlib.git/blobdiff - culooks.h
...
[phys/latlib.git] / culooks.h
index 45fa31990118bcafbf930ea17328e4ef228e5a77..1705ab57ddefbffb9f70233ba3aeb41b2d0fcc75 100644 (file)
--- a/culooks.h
+++ b/culooks.h
@@ -14,7 +14,7 @@ using namespace std;
 
 class culooks
 {
- public:
+ private:
   class cube {
   public:
     cube(int l);
@@ -30,7 +30,8 @@ class culooks
     float *link;
     int l;
   };
-  
+
+ public:
   struct window {
     int layout[2];
     double aspect;
@@ -55,7 +56,6 @@ class culooks
   static pthread_t glThreadId;
   static int windowid;
   int mywid;
-  
 };
 
 #endif