Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Aug 22, 2006, 1:34:31 AM (18 years ago)
Author:
bensch
Message:

orxonox/branches/new_class_id: slowly but surely reimplementing to the new groove… way to go

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/new_class_id/src/lib/util/preferences.cc

    r8362 r9684  
    2020#include "debug.h"
    2121
     22NewObjectListDefinition(Preferences);
    2223
    2324/**
     
    2627Preferences::Preferences ()
    2728{
    28    this->setClassID(CL_PREFERENCES, "Preferences");
     29  this->registerObject(this, Preferences::_objectList);
    2930   this->setName("Preferences");
    3031   this->fileName = "";
Note: See TracChangeset for help on using the changeset viewer.