Skip to content

Commit 91d2dbe

Browse files
committed
Optimisation, changement utils.
1 parent 72641de commit 91d2dbe

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

headers/Management_Envoyer.h

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,16 @@
22

33
#include <iostream>
44
#include <string>
5+
#include <iterator>
6+
7+
#include "Utils.h" // Utilitaires
58

69

710
void FPL_Print_Init(std::vector<std::string>& content_line_slitted, std::string& line) {
811
// Préparation
912

1013
std::string whatReplace = "envoyer ";
11-
std::string& ref_whatreplace = whatReplace;
12-
std::string print_content = replace(line, ref_whatreplace);
14+
std::string print_content = replaceFPL(line, whatReplace);
1315

1416

1517
// Envoyer

0 commit comments

Comments
 (0)