1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-07-30 19:00:12 +02:00

Fix Wreorder warning

This commit is contained in:
Uwe L. Korn
2014-01-31 19:16:23 +00:00
parent 798b83cbe5
commit dad902523e

View File

@@ -148,8 +148,8 @@ TomahawkApp::TomahawkApp( int& argc, char *argv[] )
#ifndef ENABLE_HEADLESS
, m_mainwindow( 0 )
#endif
, m_headless( false )
, m_splashWidget( 0 )
, m_headless( false )
{
if ( arguments().contains( "--help" ) || arguments().contains( "-h" ) )
{