pgadmin3/include/hotdraw/main/hdObject.h
2020-07-07 22:19:12 +05:00

19 lines
436 B
C++

//////////////////////////////////////////////////////////////////////////
//
// pgAdmin III - PostgreSQL Tools
// Copyright (C) 2002 - 2016, The pgAdmin Development Team
// This software is released under the PostgreSQL Licence
//
// gqbObject.h -
//
//////////////////////////////////////////////////////////////////////////
#ifndef HDOBJECT_H
#define HDOBJECT_H
class hdObject : public wxObject
{
public:
hdObject() {};
};
#endif