~gnu-psychosynth-team/psychosynth/trunk

« back to all changes in this revision

Viewing changes to src/gui3d/window_list.cpp

  • Committer: Juan Pedro Bolívar Puente
  • Date: 2012-01-27 12:52:38 UTC
  • Revision ID: raskolnikov@gnu.org-20120127125238-x53wt7jsb6hjczp3
Compilation works on Cegui 1.7

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
    m_toggable(window),
32
32
    m_key(key)
33
33
{
34
 
    ImagesetManager::getSingleton().createImageset(imageset);
 
34
    ImagesetManager::getSingleton().create(imageset);
35
35
         
36
36
    m_window = WindowManager::getSingleton().loadWindowLayout(layout);
37
37