mirror of
https://github.com/overte-org/overte.git
synced 2025-04-23 09:33:29 +02:00
Fixing a problem with Mac/ubuntu build maybe
This commit is contained in:
parent
f0ab6d96f5
commit
ad054a640e
1 changed files with 1 additions and 1 deletions
|
@ -3164,7 +3164,7 @@ const ViewFrustum* Application::getDisplayViewFrustum() const {
|
|||
class MyFirstStuff {
|
||||
public:
|
||||
typedef render::Payload<MyFirstStuff> Payload;
|
||||
typedef std::shared_ptr<Payload> PayloadPointer;
|
||||
typedef std::shared_ptr<render::Item::PayloadInterface> PayloadPointer;
|
||||
typedef std::shared_ptr<MyFirstStuff> Pointer;
|
||||
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue