~didrocks/unity/fixes-natty-finale

« back to all changes in this revision

Viewing changes to tests/TestPlacesTiles.cpp

  • Committer: Neil Jagdish Patel
  • Date: 2011-02-17 16:48:20 UTC
  • mfrom: (867.2.5 dash-fixes)
  • Revision ID: neil.patel@canonical.com-20110217164820-3o991toaxewsu6pl
[merge] this week's dash fixes

Show diffs side-by-side

added added

removed removed

Lines of Context:
83
83
  nux::SleepForMilliseconds (3000);
84
84
  printf ("ControlThread successfully started\n");
85
85
 
86
 
  nux::WindowThread* mainWindowThread = NUX_STATIC_CAST (nux::WindowThread*,
87
 
                                                         data);
 
86
  nux::WindowThread* mainWindowThread;
 
87
  
 
88
  mainWindowThread = NUX_STATIC_CAST (nux::WindowThread*, data);
88
89
}
89
90
 
90
91