mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 09:52:27 -04:00
publish PfmVizzer destructor to fix leak
This commit is contained in:
parent
63eb1636a9
commit
c4d232b0be
@ -19,6 +19,10 @@ get_pfm() {
|
|||||||
return _pfm;
|
return _pfm;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
INLINE PfmVizzer::
|
||||||
|
~PfmVizzer() {
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Returns the reference to the PfmFile manipulated by this PfmVizzer.
|
* Returns the reference to the PfmFile manipulated by this PfmVizzer.
|
||||||
*/
|
*/
|
||||||
|
@ -30,6 +30,7 @@ class GeomVertexWriter;
|
|||||||
class EXPCL_PANDA_GRUTIL PfmVizzer {
|
class EXPCL_PANDA_GRUTIL PfmVizzer {
|
||||||
PUBLISHED:
|
PUBLISHED:
|
||||||
PfmVizzer(PfmFile &pfm);
|
PfmVizzer(PfmFile &pfm);
|
||||||
|
INLINE ~PfmVizzer();
|
||||||
INLINE PfmFile &get_pfm();
|
INLINE PfmFile &get_pfm();
|
||||||
INLINE const PfmFile &get_pfm() const;
|
INLINE const PfmFile &get_pfm() const;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user