浏览代码

wxGUI: syntax typo

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@60868 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 11 年之前
父节点
当前提交
bc4ac9b074
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      gui/wxpython/mapwin/buffered.py

+ 1 - 1
gui/wxpython/mapwin/buffered.py

@@ -95,7 +95,7 @@ class BufferedMapWindow(MapWindowBase, wx.Window):
         # into one UpdateMap process 
 
         # thread where timer for measuring delay limit
-        self.renderTimingThr = gThread();
+        self.renderTimingThr = gThread()
         # relevant timer id given by the thread
         self.timerRunId = None
         # time, of last updateMap request