X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=plugins%2FcpExtensions%2FSkeletonWriter.cxx;h=4770b8dd408e5d5acd23f551ccf6a1d24161706e;hb=d8d3ef29ab1a1f4f268d28b1040d300b0965abf7;hp=a192cfa2bf72c91488d06f80abb5401aa22fab32;hpb=047bca987b3c26b529561b5ba3918156510501fe;p=cpPlugins.git diff --git a/plugins/cpExtensions/SkeletonWriter.cxx b/plugins/cpExtensions/SkeletonWriter.cxx index a192cfa..4770b8d 100644 --- a/plugins/cpExtensions/SkeletonWriter.cxx +++ b/plugins/cpExtensions/SkeletonWriter.cxx @@ -50,7 +50,7 @@ cpPluginscpExtensions::SkeletonWriter:: void cpPluginscpExtensions::SkeletonWriter:: _GenerateData( ) { - auto o = this->GetInputData( "Skeleton" ); + auto o = this->GetInputData( "Input" ); cpPlugins_Demangle_Skeleton_All_1( o, _GD0 ) this->_Error( "Invalid input skeleton." ); }