mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-05 11:28:17 -04:00
win32 compilation issue
This commit is contained in:
parent
6eb257bb8a
commit
a1048204dc
@ -64,7 +64,8 @@ public:
|
|||||||
virtual bool set_time(double timestamp, int loop_count);
|
virtual bool set_time(double timestamp, int loop_count);
|
||||||
virtual PT(Buffer) fetch_buffer();
|
virtual PT(Buffer) fetch_buffer();
|
||||||
|
|
||||||
protected:
|
public:
|
||||||
|
// Nested class must be public for PT(FfmpegBuffer) to work correctly.
|
||||||
class FfmpegBuffer : public Buffer {
|
class FfmpegBuffer : public Buffer {
|
||||||
public:
|
public:
|
||||||
ALLOC_DELETED_CHAIN(FfmpegBuffer);
|
ALLOC_DELETED_CHAIN(FfmpegBuffer);
|
||||||
@ -94,6 +95,7 @@ protected:
|
|||||||
static TypeHandle _type_handle;
|
static TypeHandle _type_handle;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
protected:
|
||||||
virtual PT(Buffer) make_new_buffer();
|
virtual PT(Buffer) make_new_buffer();
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user