X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FInterface_Icons_NDimensions%2FinterfNewContourMenu.h;fp=lib%2FInterface_Icons_NDimensions%2FinterfNewContourMenu.h;h=1a6364e007dc8319848fbd67d2480cd5a5fafc4f;hb=b759327567c5102f13a565e54f8c8663c2458816;hp=8f942ecf87a7f8957f436ef267136b9ba0bf2b48;hpb=fce8424fdb8d78a343ccc1dd9551bbded44ab5fe;p=creaContours.git diff --git a/lib/Interface_Icons_NDimensions/interfNewContourMenu.h b/lib/Interface_Icons_NDimensions/interfNewContourMenu.h index 8f942ec..1a6364e 100644 --- a/lib/Interface_Icons_NDimensions/interfNewContourMenu.h +++ b/lib/Interface_Icons_NDimensions/interfNewContourMenu.h @@ -45,6 +45,9 @@ private: ** This method is in charge of capturing the event when the button is clicked **/ void onCreateContourLine( wxCommandEvent& event ); + + void onCreateContourPoints( wxCommandEvent& event ); + }; #endif