projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Make a couple virtuals protected so they can be overridden.
[wxWidgets.git]
/
samples
/
layout
/
layout.bkl
diff --git
a/samples/layout/layout.bkl
b/samples/layout/layout.bkl
index 2e77deb266cc0afe3ab8d9a9c77ab4b62f91db72..ab3d16d2cd31bf002ede783aa5bf15aba56c80ea 100644
(file)
--- a/
samples/layout/layout.bkl
+++ b/
samples/layout/layout.bkl
@@
-5,8
+5,9
@@
<exe id="layout" template="wx_sample" template_append="wx_append">
<sources>layout.cpp</sources>
+ <headers>layout.h</headers>
<wx-lib>core</wx-lib>
- <w
in32-res>layout.rc</win32-res
>
+ <w
x-lib>base</wx-lib
>
</exe>
</makefile>