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…
Reference in New Issue