diff options
author | fluxgen <fluxgen> | 2004-07-15 09:52:14 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2004-07-15 09:52:14 (GMT) |
commit | 1790b15e0a55debb5467b4397b97a83cfea1eceb (patch) | |
tree | 4757bb2834b91c473e8c00023e2f5b162417db8a | |
parent | 5e5e85b13e86d990c5e52d8b94e010963ba0b686 (diff) | |
download | fluxbox-1790b15e0a55debb5467b4397b97a83cfea1eceb.zip fluxbox-1790b15e0a55debb5467b4397b97a83cfea1eceb.tar.bz2 |
typedef Toolbars
-rw-r--r-- | src/fluxbox.hh | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/fluxbox.hh b/src/fluxbox.hh index 9651e8c..d61452a 100644 --- a/src/fluxbox.hh +++ b/src/fluxbox.hh | |||
@@ -22,7 +22,7 @@ | |||
22 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 22 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
23 | // DEALINGS IN THE SOFTWARE. | 23 | // DEALINGS IN THE SOFTWARE. |
24 | 24 | ||
25 | // $Id: fluxbox.hh,v 1.88 2004/05/02 20:48:16 fluxgen Exp $ | 25 | // $Id: fluxbox.hh,v 1.89 2004/07/15 09:52:14 fluxgen Exp $ |
26 | 26 | ||
27 | #ifndef FLUXBOX_HH | 27 | #ifndef FLUXBOX_HH |
28 | #define FLUXBOX_HH | 28 | #define FLUXBOX_HH |
@@ -302,7 +302,8 @@ private: | |||
302 | typedef AtomHandlerContainer::iterator AtomHandlerContainerIt; | 302 | typedef AtomHandlerContainer::iterator AtomHandlerContainerIt; |
303 | 303 | ||
304 | AtomHandlerContainer m_atomhandler; | 304 | AtomHandlerContainer m_atomhandler; |
305 | std::vector<Toolbar *> m_toolbars; | 305 | typedef std::vector<Toolbar *> Toolbars; |
306 | Toolbars m_toolbars; | ||
306 | 307 | ||
307 | bool m_starting; | 308 | bool m_starting; |
308 | bool m_shutdown; | 309 | bool m_shutdown; |