فهرست منبع

publish randomizer

David Rose 15 سال پیش
والد
کامیت
b1d16dd3ce
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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.
 ////////////////////////////////////////////////////////////////////
 class EXPCL_PANDA_MATHUTIL Randomizer {
-public:
+PUBLISHED:
   INLINE Randomizer(unsigned long seed = 0);
   INLINE Randomizer(const Randomizer &copy);
   INLINE void operator = (const Randomizer &copy);