lyx_mirror/src/OutputEnums.h
2020-12-05 17:17:02 -05:00

25 lines
400 B
C++

// -*- C++ -*-
/**
* \file src/OutputEnums.h
* This file is part of LyX, the document processor.
* Licence details can be found in the file COPYING.
*
* \author Richard Kimberly Heck
*
* Full author contact details are available in file CREDITS.
*/
#ifndef OUTPUTENUMS_H
#define OUTPUTENUMS_H
namespace lyx {
enum UpdateType {
InternalUpdate,
OutputUpdate
};
}
#endif // OUTPUTENUMS_H