mirror of
git://sourceware.org/git/libabigail.git
synced 2024-12-18 07:54:36 +00:00
Move a constructor declaration
* include/abg-ir.h (decl_base): Change the decl_base() declaration's visibility to private. Signed-off-by: Ondrej Oprala <ooprala@redhat.com>
This commit is contained in:
parent
d0b8ef6521
commit
4ec793b9d0
@ -847,6 +847,9 @@ set_environment_for_artifact(type_or_decl_base_sptr artifact,
|
||||
/// The base type of all declarations.
|
||||
class decl_base : public virtual type_or_decl_base
|
||||
{
|
||||
// Forbidden
|
||||
decl_base();
|
||||
|
||||
struct priv;
|
||||
typedef shared_ptr<priv> priv_sptr;
|
||||
|
||||
@ -886,9 +889,6 @@ public:
|
||||
BINDING_WEAK
|
||||
};
|
||||
|
||||
// Forbidden
|
||||
decl_base();
|
||||
|
||||
virtual void
|
||||
set_scope(scope_decl*);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user