diff Autonotes.h @ 1288:7adc8b9b6a25

Слияние
author Ritor1
date Mon, 10 Jun 2013 09:30:21 +0600
parents 0dbf6c4dd029
children 0665a061132b
line wrap: on
line diff
--- a/Autonotes.h	Mon Jun 10 09:30:12 2013 +0600
+++ b/Autonotes.h	Mon Jun 10 09:30:21 2013 +0600
@@ -1,5 +1,5 @@
 #pragma once
-
+#include <array>
 
 
 
@@ -22,4 +22,4 @@
   AUTONOTE_TYPE  eType;
 };
 #pragma pack(pop)
-extern Autonote pAutonoteTxt[195]; // weak
+extern std::array<Autonote, 195> pAutonoteTxt; // weak