Commit 8cd8ab969c3dbd805a8052617407155511b59a26
1 parent
a34ceb32bc
Exists in
master
and in
2 other branches
컴파일 경고 제거
Showing
1 changed file
with
1 additions
and
1 deletions
 
Show diff stats
app/gui/oven_control/configfavoritebutton.h
| @@ -31,7 +31,7 @@ private slots: | @@ -31,7 +31,7 @@ private slots: | ||
| 31 | void on_pushButton_clicked(); | 31 | void on_pushButton_clicked(); | 
| 32 | 32 | ||
| 33 | public: | 33 | public: | 
| 34 | - uint16_t getBtnId(void){return btnid;}; | 34 | + uint16_t getBtnId(void){return btnid;} | 
| 35 | }; | 35 | }; | 
| 36 | 36 | ||
| 37 | #endif // CONFIGFAVORITEBUTTON_H | 37 | #endif // CONFIGFAVORITEBUTTON_H |