Commit 3f697ffe authored by hybrid's avatar hybrid

Fix typo.

git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@3779 dfc29bdd-3216-0410-991c-e03cc46cb475
parent a6e94cc3
...@@ -29,7 +29,7 @@ namespace irr ...@@ -29,7 +29,7 @@ namespace irr
#if defined(_IRR_COMPILE_WITH_X11_DEVICE_) #if defined(_IRR_COMPILE_WITH_X11_DEVICE_)
// constructor linux // constructor linux
COSOperator::COSOperator(const core::stringc& osversion, CIrrDeviceLinux* device) COSOperator::COSOperator(const core::stringc& osVersion, CIrrDeviceLinux* device)
: OperatingSystem(osVersion), IrrDeviceLinux(device) : OperatingSystem(osVersion), IrrDeviceLinux(device)
{ {
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment