48 #ifndef FCHECKMENUITEM_H    49 #define FCHECKMENUITEM_H    51 #if !defined (USE_FINAL_H) && !defined (COMPILE_FINAL_CUT)    52   #error "Only <final/final.h> can be included directly."    57 #include "final/menu/fmenuitem.h"    77     auto getClassName() 
const -> 
FString override;
    82     void processToggle() 
const;
    83     void processClicked() 
override;
    88 inline auto FCheckMenuItem::getClassName() 
const -> 
FString    90   auto name = 
FString(L
"FCheckMenuItem");
    96 #endif  // FCHECKMENUITEM_H Definition: class_template.cpp:25