Browse Source

*** empty log message ***

David Rose 25 years ago
parent
commit
a87210cd1a
3 changed files with 3 additions and 3 deletions
  1. 0 2
      panda/src/device/Sources.pp
  2. 2 1
      panda/src/sgraph/geomNode.h
  3. 1 0
      panda/src/tform/mouseWatcher.h

+ 0 - 2
panda/src/device/Sources.pp

@@ -7,7 +7,6 @@
     dgraph display gobj sgraph graph gsgbase ipc mathutil linmath putil
 
   #define SOURCES \
-    analogData.I analogData.cxx analogData.h \
     analogNode.I analogNode.cxx analogNode.h \
     buttonNode.I buttonNode.h buttonNode.cxx \
     clientAnalogDevice.I clientAnalogDevice.cxx clientAnalogDevice.h \
@@ -21,7 +20,6 @@
     trackerNode.I trackerNode.cxx trackerNode.h
 
   #define INSTALL_HEADERS \
-    analogData.I analogData.h \
     analogNode.I analogNode.h \
     buttonNode.I buttonNode.h \
     clientAnalogDevice.I clientAnalogDevice.h \

+ 2 - 1
panda/src/sgraph/geomNode.h

@@ -36,8 +36,9 @@ public:
   virtual Node *make_copy() const;
   virtual void xform(const LMatrix4f &mat);
 
-PUBLISHED:
   virtual void write(ostream &out, int indent_level = 0) const;
+
+PUBLISHED:
   void write_verbose(ostream &out, int indent_level) const;
 
 public:

+ 1 - 0
panda/src/tform/mouseWatcher.h

@@ -76,6 +76,7 @@ PUBLISHED:
   INLINE NodeRelation *get_geometry() const;
   INLINE void clear_geometry();
 
+public:
   virtual void output(ostream &out) const;
   virtual void write(ostream &out, int indent_level = 0) const;