Skip to content

Commit b1d16dd

Browse files
committed
publish randomizer
1 parent 1c8d285 commit b1d16dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

panda/src/mathutil/randomizer.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
// Description : A handy class to return random numbers.
2626
////////////////////////////////////////////////////////////////////
2727
class EXPCL_PANDA_MATHUTIL Randomizer {
28-
public:
28+
PUBLISHED:
2929
INLINE Randomizer(unsigned long seed = 0);
3030
INLINE Randomizer(const Randomizer &copy);
3131
INLINE void operator = (const Randomizer &copy);

0 commit comments

Comments
 (0)