Skip to content

Commit

Permalink
move forward declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
NQNStudios committed Nov 20, 2024
1 parent 8f681b5 commit 888b864
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 3 additions & 0 deletions src/dialogxml/widgets/control.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@
#include "replay.hpp"
#include <boost/lexical_cast.hpp>

// Hyperlink forward declaration
extern void launchURL(std::string url);

void cControl::setText(std::string l){
lbl = l;
}
Expand Down
3 changes: 0 additions & 3 deletions src/dialogxml/widgets/control.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,6 @@ namespace ticpp {
class Node;
}

// Hyperlink forward declaration
void launchURL(std::string url);

/// Formatting properties
enum eFormat {
TXT_FRAME, ///< The control's frame style. Should be an enum from @ref eFrameStyle.
Expand Down

0 comments on commit 888b864

Please sign in to comment.