aboutsummaryrefslogtreecommitdiff
path: root/src/ochess.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ochess.cpp')
-rw-r--r--src/ochess.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ochess.cpp b/src/ochess.cpp
index 3510568..82d88be 100644
--- a/src/ochess.cpp
+++ b/src/ochess.cpp
@@ -16,3 +16,9 @@ void Abort(std::string msg) {
dial->ShowModal();
wxLogFatalError(wxString(msg));
}
+
+long TabInfos::tab_count=0;
+void TabInfos::Link(TabInfos *tab){
+ this->is_linked=true;
+ this->linked_id=tab->id;
+} \ No newline at end of file