mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-13 18:16:35 +01:00
Remove ancient/unused flowcanvas and libglademm from repository.
Update libraries to latest stable released version (except gnomecanvasmm, which is strangely packaged...). Fixes building (at least here). git-svn-id: svn://localhost/ardour2/trunk@2790 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
0e31c56591
commit
35fc31a1de
1550 changed files with 362440 additions and 73136 deletions
|
|
@ -1,7 +1,7 @@
|
|||
// -*- c++ -*-
|
||||
#ifndef _GLIBMM_HELPERLIST_H
|
||||
#define _GLIBMM_HELPERLIST_H
|
||||
/* $Id: helperlist.h,v 1.1.1.1 2003/01/07 16:58:46 murrayc Exp $ */
|
||||
/* $Id: helperlist.h 386 2007-03-23 17:31:16Z murrayc $ */
|
||||
|
||||
/* helperlist.h
|
||||
*
|
||||
|
|
@ -36,8 +36,8 @@ public:
|
|||
: gparent_(0)
|
||||
{}
|
||||
|
||||
HelperList(GObject* gparent)
|
||||
: gparent_(gparent)
|
||||
HelperList(GObject* gp) //We use gp instead of gparent because that can cause warnings about a shadowed member.
|
||||
: gparent_(gp)
|
||||
{}
|
||||
|
||||
virtual ~HelperList()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue