diff options
author | David Tardon <dtardon@redhat.com> | 2012-03-08 13:19:56 +0100 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2012-03-12 08:53:39 +0100 |
commit | ca67ec0ebc6fd29785607c561c251827e75c24e9 (patch) | |
tree | 9bf999e40f1ecb1067554a5eceec175d8991e367 /shell | |
parent | 3b521d1bc640258782372bf0d11889419304ade8 (diff) |
WaE: initialization order
Diffstat (limited to 'shell')
-rw-r--r-- | shell/source/win32/shlxthandler/propsheets/listviewbuilder.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/source/win32/shlxthandler/propsheets/listviewbuilder.cxx b/shell/source/win32/shlxthandler/propsheets/listviewbuilder.cxx index 8b35e192e763..49bb3c6f241d 100644 --- a/shell/source/win32/shlxthandler/propsheets/listviewbuilder.cxx +++ b/shell/source/win32/shlxthandler/propsheets/listviewbuilder.cxx @@ -67,8 +67,8 @@ list_view_builder::list_view_builder( HWND hwnd_list_view, const std::wstring& column1_title, const std::wstring& column2_title) : - hwnd_list_view_(hwnd_list_view), row_index_(-1), + hwnd_list_view_(hwnd_list_view), column1_title_(column1_title), column2_title_(column2_title) { |