ottobackwards commented on a change in pull request #689: MINIFICPP-1095 change CapturePacket header guard to be unique URL: https://github.com/apache/nifi-minifi-cpp/pull/689#discussion_r354278979
########## File path: extensions/pcap/CapturePacket.h ########## @@ -16,8 +16,8 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -#ifndef __INVOKE_HTTP_H__ -#define __INVOKE_HTTP_H__ +#ifndef EXTENSIONS_CAPTUREPACKET_H +#define EXTENSIONS_CAPTUREPACKET_H Review comment: Sure, I'll change that. That is *already* the case however, which I guess given the header guard thing isn't surprising. I left it the way it was. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
