Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 27, 2008, 8:31:20 PM (16 years ago)
Author:
dafrick
Message:

Nearly compiles, some minor improvements.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/questsystem/src/orxonox/objects/QuestDescription.cc

    r1996 r2021  
    2828
    2929#include "core/CoreIncludes.h"
     30
    3031#include "QuestDescription.h"
    3132
     
    3435    CreateFactory(QuestDescription);
    3536   
    36     QuestDescription(std::string title, std::string description = "") : BaseObject()
     37    QuestDescription::QuestDescription() : BaseObject()
     38    {
     39       
     40    }
     41       
     42    QuestDescription::QuestDescription(std::string title, std::string description) : BaseObject()
    3743    {
    3844        initialize();
Note: See TracChangeset for help on using the changeset viewer.