Skip to content

Commit

Permalink
Add default constructor for SymbolReference
Browse files Browse the repository at this point in the history
Signed-off-by: Tao Guan <james_mango@yahoo.com>
  • Loading branch information
jamesgua committed Apr 15, 2021
1 parent dcc6b49 commit 1c1853c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion compiler/il/SymbolReference.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*******************************************************************************
* Copyright (c) 2000, 2020 IBM Corp. and others
* Copyright (c) 2000, 2021 IBM Corp. and others
*
* This program and the accompanying materials are made available under
* the terms of the Eclipse Public License 2.0 which accompanies this
Expand Down Expand Up @@ -40,6 +40,7 @@ class OMR_EXTENSIBLE SymbolReference : public OMR::SymbolReferenceConnector
{

public:
SymbolReference() : OMR::SymbolReferenceConnector() {}

SymbolReference(TR::SymbolReferenceTable * symRefTab) :
OMR::SymbolReferenceConnector(symRefTab) {}
Expand Down

0 comments on commit 1c1853c

Please sign in to comment.