Skip to content

Commit

Permalink
- fixed msvc build
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22448 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
Marcus Walther committed Sep 26, 2014
1 parent e4a3ac8 commit fc23d16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SimulationRuntime/cpp/Include/Core/DataExchange/Writer.h
Expand Up @@ -52,7 +52,7 @@ class Writer
#endif
}

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

boost::tuple<value_type_v*, value_type_dv*, double>* getFreeContainer()
{
Expand Down

0 comments on commit fc23d16

Please sign in to comment.