X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FInterface_Icons_NDimensions%2FinterfNewContourMenu.h;h=8f942ecf87a7f8957f436ef267136b9ba0bf2b48;hb=4d5574beaa0d2f56951b00a9fcca5dd945506e13;hp=bf2ec97a9a8a875a3c88b83b64e6982a3b377130;hpb=51b7c37ebfc9c75253022678c73c7f1780ebfabd;p=creaContours.git diff --git a/lib/Interface_Icons_NDimensions/interfNewContourMenu.h b/lib/Interface_Icons_NDimensions/interfNewContourMenu.h index bf2ec97..8f942ec 100644 --- a/lib/Interface_Icons_NDimensions/interfNewContourMenu.h +++ b/lib/Interface_Icons_NDimensions/interfNewContourMenu.h @@ -41,6 +41,10 @@ private: ** This method is in charge of capturing the event when the button is clicked **/ void onCreateContourCircle( wxCommandEvent& event ); + /** + ** This method is in charge of capturing the event when the button is clicked + **/ + void onCreateContourLine( wxCommandEvent& event ); }; #endif