Browse Source

publish randomizer

David Rose 15 years ago
parent
commit
b1d16dd3ce
1 changed files with 1 additions and 1 deletions
  1. 1 1
      panda/src/mathutil/randomizer.h

+ 1 - 1
panda/src/mathutil/randomizer.h

@@ -25,7 +25,7 @@
 // Description : A handy class to return random numbers.
 // Description : A handy class to return random numbers.
 ////////////////////////////////////////////////////////////////////
 ////////////////////////////////////////////////////////////////////
 class EXPCL_PANDA_MATHUTIL Randomizer {
 class EXPCL_PANDA_MATHUTIL Randomizer {
-public:
+PUBLISHED:
   INLINE Randomizer(unsigned long seed = 0);
   INLINE Randomizer(unsigned long seed = 0);
   INLINE Randomizer(const Randomizer &copy);
   INLINE Randomizer(const Randomizer &copy);
   INLINE void operator = (const Randomizer &copy);
   INLINE void operator = (const Randomizer &copy);