mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 02:42:49 -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;
|
||||
|
||||
AwWebCore::
|
||||
AwWebCore(AwWebCore::LogLevel level, bool enablePlugins , AwWebCore::PixelFormat pixelFormat) :
|
||||
WebCore(static_cast<Awesomium::LogLevel>(level), enablePlugins, static_cast<Awesomium::PixelFormat>(pixelFormat)) {
|
||||
AwWebCore(AwWebCore::LogLevel level, bool enablePlugins , AwWebCore::PixelFormat pixelFormat)
|
||||
#ifndef CPPPARSER
|
||||
:
|
||||
WebCore(static_cast<Awesomium::LogLevel>(level), enablePlugins, static_cast<Awesomium::PixelFormat>(pixelFormat))
|
||||
#endif
|
||||
{
|
||||
awesomium_cat.info() << "constructing webcore\n";
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user