Commit 0d197df6 authored by Summer Stapleton's avatar Summer Stapleton
Browse files

Moved definition of tableName to the Isis namespace in header file

parent 5fbf9d9f
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -33,17 +33,17 @@
namespace Isis {
  /**
   * @brief 
   * @author 2004-09-01 Jeff Anderson
   * @author 2018-07-19 Jesse Mapel & Summer Stapleton
   *
   * @internal
   *   @history 2005-03-18 Elizabeth Ribelin - Added documentation to class
   */
   
  const QString tableName = "InputImages";

  class TrackingTable{
    
    public:
            
      const QString tableName = "InputImages";
      
      TrackingTable();
      
      TrackingTable(Table table);