[Libreoffice-commits] core.git: connectivity/source
Julien Nabet (via logerrit)
logerrit at kemper.freedesktop.org
Tue Sep 29 19:18:40 UTC 2020
connectivity/source/drivers/evoab2/NStatement.hxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit d2dc5b389ccf1c51975960660cb8f6ad4a6f928c
Author: Julien Nabet <serval2412 at yahoo.fr>
AuthorDate: Sun Sep 27 19:55:37 2020 +0200
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Tue Sep 29 21:18:04 2020 +0200
Replace include list by vector
since vector is used with:
line 59: typedef std::vector< FieldSort > SortDescriptor;
Change-Id: If6b6bfe4d4a162f5993522cf72fedb5da89e8457
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/103518
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/connectivity/source/drivers/evoab2/NStatement.hxx b/connectivity/source/drivers/evoab2/NStatement.hxx
index 835b177ae03f..a5d739eb14a1 100644
--- a/connectivity/source/drivers/evoab2/NStatement.hxx
+++ b/connectivity/source/drivers/evoab2/NStatement.hxx
@@ -41,7 +41,7 @@
#include "EApi.h"
#include "NConnection.hxx"
-#include <list>
+#include <vector>
namespace connectivity::evoab
{
More information about the Libreoffice-commits
mailing list