mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 10:54:24 -04:00
Red's workaround (hack) to get awWebCore to build
This commit is contained in:
parent
f33b2e1da4
commit
59b7df2c50
@ -19,8 +19,12 @@
|
|||||||
TypeHandle AwWebCore::_type_handle;
|
TypeHandle AwWebCore::_type_handle;
|
||||||
|
|
||||||
AwWebCore::
|
AwWebCore::
|
||||||
AwWebCore(AwWebCore::LogLevel level, bool enablePlugins , AwWebCore::PixelFormat pixelFormat) :
|
AwWebCore(AwWebCore::LogLevel level, bool enablePlugins , AwWebCore::PixelFormat pixelFormat)
|
||||||
WebCore(static_cast<Awesomium::LogLevel>(level), enablePlugins, static_cast<Awesomium::PixelFormat>(pixelFormat)) {
|
#ifndef CPPPARSER
|
||||||
|
:
|
||||||
|
WebCore(static_cast<Awesomium::LogLevel>(level), enablePlugins, static_cast<Awesomium::PixelFormat>(pixelFormat))
|
||||||
|
#endif
|
||||||
|
{
|
||||||
awesomium_cat.info() << "constructing webcore\n";
|
awesomium_cat.info() << "constructing webcore\n";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user