mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-30 16:58:40 -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;
|
||||
}
|
||||
|
||||
INLINE PfmVizzer::
|
||||
~PfmVizzer() {
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns the reference to the PfmFile manipulated by this PfmVizzer.
|
||||
*/
|
||||
|
@ -30,6 +30,7 @@ class GeomVertexWriter;
|
||||
class EXPCL_PANDA_GRUTIL PfmVizzer {
|
||||
PUBLISHED:
|
||||
PfmVizzer(PfmFile &pfm);
|
||||
INLINE ~PfmVizzer();
|
||||
INLINE PfmFile &get_pfm();
|
||||
INLINE const PfmFile &get_pfm() const;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user