Changeset 13939 for trunk/FACT++


Ignore:
Timestamp:
05/27/12 12:03:32 (12 years ago)
Author:
tbretz
Message:
Sanity check in SetSection
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/RemoteControl.h

    r13897 r13939  
    6464    MessageImp *fImp;
    6565
    66     void SetSection(int s) { fImp->Write(Time(), "", s); }
     66    void SetSection(int s) { if (fImp) fImp->Write(Time(), "", s); }
    6767
    6868    int Write(const Time &time, const std::string &txt, int qos=kMessage)
Note: See TracChangeset for help on using the changeset viewer.