blob: d21812712b1eb80d2314ae11d6135de5475d49c0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- vfe/vfesession.h.orig 2012-06-19 11:29:40.000000000 -0500
+++ vfe/vfesession.h
@@ -1294,7 +1294,7 @@ namespace vfe
static bool m_Initialized;
static vfeSession *m_CurrentSessionTemporaryHack;
- shared_ptr<Console> m_Console;
+ boost::shared_ptr<Console> m_Console;
virtual vfeDisplay *DefaultDisplayCreator (unsigned int width, unsigned int height, GammaCurvePtr gamma, vfeSession *session, bool visible);
DisplayCreator m_DisplayCreator;
|