mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-02-01 03:10:06 +00:00
Cleaned up a couple of win32 window class methods. Some other minor clean-ups.
This commit is contained in:
parent
c15d414895
commit
ed0ed361f0
19 changed files with 164 additions and 219 deletions
|
|
@ -565,7 +565,7 @@ const StringArray ComponentPeer::getAvailableRenderingEngines()
|
|||
return s;
|
||||
}
|
||||
|
||||
int ComponentPeer::getCurrentRenderingEngine() throw()
|
||||
int ComponentPeer::getCurrentRenderingEngine() const
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue