Fixed spelling error Calander -> Calendar
This commit is contained in:
@@ -38,8 +38,8 @@ class SG_EXPORT FrameStamp : public Referenced
|
||||
void setReferenceTime(double refTime) { _referenceTime = refTime; }
|
||||
double getReferenceTime() const { return _referenceTime; }
|
||||
|
||||
void setCalanderTime(const tm& calanderTime);
|
||||
void getCalanderTime(tm& calanderTime) const;
|
||||
void setCalendarTime(const tm& calendarTime);
|
||||
void getCalendarTime(tm& calendarTime) const;
|
||||
|
||||
protected:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user