]> git.saurik.com Git - wxWidgets.git/commit - include/wx/containr.h
Fixed containr.h compilation with gcc.
authorDimitri Schoolwerth <dimitri.schoolwerth@gmail.com>
Mon, 25 Jul 2011 22:31:17 +0000 (22:31 +0000)
committerDimitri Schoolwerth <dimitri.schoolwerth@gmail.com>
Mon, 25 Jul 2011 22:31:17 +0000 (22:31 +0000)
commit1f6831ea9bdb641c28a583b6cc329e38158eef3e
tree46e0e9914ea02289c7fd91142e18f299950bf212
parentf0e5d5d22ce012e9312a63175d79c0f4a8d444be
Fixed containr.h compilation with gcc.

At least apple-gcc 4.0 and 4.2 gave a compilation error on the three Connect calls in containr.h, insisting (unless using -fpermissive) on a declaration of Connect because there are no arguments to it that depend on a template parameter. Fixed by prepending BaseWindowClass to the Connect calls. Regression since r68363.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@68420 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/containr.h