forked from mirror/openmw-tes3mp
fixed a typo in a doxygen comment
This commit is contained in:
parent
71fc8f5830
commit
247a76766d
1 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
#include <string>
|
#include <string>
|
||||||
|
|
||||||
namespace MWWorld
|
namespace MWWorld
|
||||||
{
|
{
|
||||||
struct ESMStore;
|
struct ESMStore;
|
||||||
}
|
}
|
||||||
|
@ -27,7 +27,7 @@ namespace MWDialogue
|
||||||
static std::string idFromIndex (const std::string& topic, int index);
|
static std::string idFromIndex (const std::string& topic, int index);
|
||||||
};
|
};
|
||||||
|
|
||||||
/// \biref A quest entry with a timestamp.
|
/// \brief A quest entry with a timestamp.
|
||||||
struct StampedJournalEntry : public JournalEntry
|
struct StampedJournalEntry : public JournalEntry
|
||||||
{
|
{
|
||||||
int mDay;
|
int mDay;
|
||||||
|
|
Loading…
Reference in a new issue