Skip to content

Commit 9d231fe

Browse files
committed
QPR-12152 calAdj added fromFile method to swig
1 parent 728f769 commit 9d231fe

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

OREData-SWIG/SWIG/ored_calendarAdjustmentConfig.i

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,9 @@ class CalendarAdjustmentConfig {
5151
const string& getBaseCalendar(const string& calname);
5252

5353
void append(const CalendarAdjustmentConfig& c);
54-
54+
55+
void fromFile(const std::string& name);
56+
5557
};
5658

5759

0 commit comments

Comments
 (0)