mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-13 10:06:33 +01:00
remove empty sigc++2 directory
git-svn-id: svn://localhost/ardour2/branches/3.0@3432 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
2f3f697bb8
commit
9c0d7d72d7
2797 changed files with 0 additions and 992363 deletions
|
|
@ -1,28 +0,0 @@
|
|||
// -*- c++ -*-
|
||||
|
||||
#ifndef _GLIBMM_OBJECT_P_H
|
||||
#define _GLIBMM_OBJECT_P_H
|
||||
|
||||
#include <glibmm/class.h>
|
||||
|
||||
namespace Glib
|
||||
{
|
||||
|
||||
class Object_Class : public Glib::Class
|
||||
{
|
||||
public:
|
||||
typedef Object CppObjectType;
|
||||
typedef GObject BaseObjectType;
|
||||
typedef GObjectClass BaseClassType;
|
||||
|
||||
static void class_init_function(void* g_class, void* class_data);
|
||||
|
||||
const Glib::Class& init();
|
||||
|
||||
static Glib::Object* wrap_new(GObject*);
|
||||
};
|
||||
|
||||
} // namespace Glib
|
||||
|
||||
#endif /* _GLIBMM_OBJECT_P_H */
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue