Skip to content

Commit fc23d16

Browse files
author
Marcus Walther
committed
- fixed msvc build
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22448 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
1 parent e4a3ac8 commit fc23d16

File tree

1 file changed

+1
-1
lines changed
  • SimulationRuntime/cpp/Include/Core/DataExchange

1 file changed

+1
-1
lines changed

SimulationRuntime/cpp/Include/Core/DataExchange/Writer.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ class Writer
5252
#endif
5353
}
5454

55-
virtual void write(Writer::value_type_v& v_list, Writer::value_type_dv& v2_list, double time) = 0;
55+
virtual void write(value_type_v& v_list, value_type_dv& v2_list, double time) = 0;
5656

5757
boost::tuple<value_type_v*, value_type_dv*, double>* getFreeContainer()
5858
{

0 commit comments

Comments
 (0)