mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-30 16:58:40 -04:00
grutil: Fix missing EXPCL_PANDA_GRUTIL
This commit is contained in:
parent
350f437fbe
commit
32aceab7b4
@ -36,7 +36,7 @@ class ClockObject;
|
|||||||
* channel or window. If this is done, it creates a DisplayRegion for itself
|
* channel or window. If this is done, it creates a DisplayRegion for itself
|
||||||
* and renders itself in the upper-right-hand corner.
|
* and renders itself in the upper-right-hand corner.
|
||||||
*/
|
*/
|
||||||
class EXPCL_PANDA SceneGraphAnalyzerMeter : public TextNode {
|
class EXPCL_PANDA_GRUTIL SceneGraphAnalyzerMeter : public TextNode {
|
||||||
PUBLISHED:
|
PUBLISHED:
|
||||||
explicit SceneGraphAnalyzerMeter(const string &name, PandaNode *node);
|
explicit SceneGraphAnalyzerMeter(const string &name, PandaNode *node);
|
||||||
virtual ~SceneGraphAnalyzerMeter();
|
virtual ~SceneGraphAnalyzerMeter();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user