Skip to content

Commit

Permalink
- fix compilation of language bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
fbergmann committed Mar 20, 2024
1 parent 0f7ec1a commit e3b5470
Showing 1 changed file with 12 additions and 8 deletions.
20 changes: 12 additions & 8 deletions copasi/core/CRegisteredCommonName.h
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
// Copyright (C) 2019 - 2024 by Pedro Mendes, Rector and Visitors of the
// University of Virginia, University of Heidelberg, and University
// of Connecticut School of Medicine.
// All rights reserved.
// Copyright (C) 2019 - 2024 by Pedro Mendes, Rector and Visitors of the
// University of Virginia, University of Heidelberg, and University
// of Connecticut School of Medicine.
// All rights reserved.

// Copyright (C) 2017 - 2018 by Pedro Mendes, Virginia Tech Intellectual
// Properties, Inc., University of Heidelberg, and University of
// of Connecticut School of Medicine.
// All rights reserved.
// Copyright (C) 2017 - 2018 by Pedro Mendes, Virginia Tech Intellectual
// Properties, Inc., University of Heidelberg, and University of
// of Connecticut School of Medicine.
// All rights reserved.

#ifndef COPASI_CRegisteredCommonName
#define COPASI_CRegisteredCommonName
Expand Down Expand Up @@ -72,8 +72,12 @@ class CRegisteredCommonName: public CCommonName
const std::string & /* newCN */);
};

#ifndef SWIG

static CRegisteredCommonName create(const std::string & CN, const CObjectInterface * pObjectInterface);

#endif

/**
* Default Constructor
*/
Expand Down

0 comments on commit e3b5470

Please sign in to comment.